projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
624e2ec
)
(i[34]86-*-*): Check for *-nextstop*.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 1 Jan 1994 17:15:40 +0000
(17:15 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 1 Jan 1994 17:15:40 +0000
(17:15 +0000)
configure1.in
patch
|
blob
|
history
diff --git
a/configure1.in
b/configure1.in
index 7da57e146d373c53f1e7e0ff66d907ae6d99d174..57f0bd597cc81e52efb3ab6b2a56dd536050851c 100755
(executable)
--- a/
configure1.in
+++ b/
configure1.in
@@
-951,6
+951,7
@@
case "${canonical}" in
*-bsd386* ) opsys=bsd386 ;;
*-386bsd* ) opsys=386bsd ;;
*-netbsd* ) opsys=netbsd ;;
+ *-nextstep* ) opsys=mach2 ;;
## Otherwise, we'll fall through to the generic opsys code at the bottom.
esac
;;